-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: processQueue never recovers from exceptions #34221
base: develop
Are you sure you want to change the base?
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #34221 +/- ##
============================================
+ Coverage 59.12% 74.99% +15.86%
============================================
Files 2819 516 -2303
Lines 67939 22746 -45193
Branches 15134 5518 -9616
============================================
- Hits 40172 17059 -23113
+ Misses 24934 5023 -19911
+ Partials 2833 664 -2169
Flags with carried forward coverage won't be shown. Click here to find out more. |
074f1c5
to
1a0d704
Compare
…ing sync
if by any reason
await Transport.send(message);
processing never goes to false again, preventing processQueue to be processed, also since the message was being popped, the message was being "discarted"using dispose we dont need to try/catch
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments